hunt-snapshot-0_10_7 ~master (2019-09-12T04:35:55Z)
Dub
Repo
MqttVersion
collie
codec
mqtt
mqttversion
Undocumented in source.
class
MqttVersion {
this
(string protocolname, byte protocolLevel);
string
protocolName
();
byte
protocolLevel
();
static
MqttVersion
fromProtocolNameAndLevel
(string protocolname, byte protocolLevel);
}
Constructors
this
this
(string protocolname, byte protocolLevel)
Undocumented in source.
Members
Functions
protocolLevel
byte
protocolLevel
()
Undocumented in source. Be warned that the author may not have intended to support it.
protocolName
string
protocolName
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromProtocolNameAndLevel
MqttVersion
fromProtocolNameAndLevel
(string protocolname, byte protocolLevel)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
collie
codec
mqtt
mqttversion
classes
MqttVersion
static variables
_mqtt_versions